ld testsuite fails with default-PIE compiler
[deliverable/binutils-gdb.git] / ld / testsuite / ld-gc / pr19161-1.c
CommitLineData
bba037e0
L
1int (*p)(void);
2
3int
4main ()
5{
6 return p () != 0x1234;
7}
This page took 0.228868 seconds and 4 git commands to generate.