Add function and function pointer tests for i386
[deliverable/binutils-gdb.git] / ld / testsuite / ld-i386 / plt-main1.c
1 extern int bar(void);
2 typedef int (*func_p) (void);
3
4 func_p
5 get_bar (void)
6 {
7 return bar;
8 }
This page took 0.031693 seconds and 4 git commands to generate.