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
Automatic date update in version.in
[binutils-gdb.git]
/
ld
/
testsuite
/
ld-elf
/
pr25754-6a.c
blob
b8e7ade4c6daf747240bee63d7cb75318c62b835
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
() ==
0xffffffffffffff0
ULL
)
10
printf
(
"PASS
\n
"
);
11
return
0
;
12
}