Home
Manpages
About
(root)/
binutils-2.41/
ld/
testsuite/
ld-gc/
pr19161-1.c
1
int
(
*
p
)
(
void
)
;
2
3
int
4
main
(
)
5
{
6
return
p
(
)
!=
0x
1234
;
7
}