Add ld-x86-64/pic1 test
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / plt-main1.c
CommitLineData
76e7af5f
L
1extern int bar(void);
2typedef int (*func_p) (void);
3
4func_p
5get_bar (void)
6{
7 return bar;
8}
This page took 0.086416 seconds and 4 git commands to generate.