i386/x86-64: Add unwind info for .plt.got section
[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.028702 seconds and 4 git commands to generate.