repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update release readme after making 2.43.1 release
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
pr25754-5a.c
blob
8ddfccd5bd0a9ae852bd75d042e1c93a30665717
1
#include <stdio.h>
2
#include <stdint.h>
3
4
extern
uintptr_t
*
get_bar
(
void
);
5
6
int
7
main
()
8
{
9
if
((
uintptr_t
)
get_bar
() ==
0xfffffff0
ULL
)
10
printf
(
"PASS
\n
"
);
11
return
0
;
12
}