ELF: Don't check relocations in non-loaded, non-alloced sections
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr18900c.c
1 extern void foo (void);
2
3 typedef void (*func_p) (void);
4
5 func_p p1 = &foo;
This page took 0.029863 seconds and 4 git commands to generate.