Update year range in copyright notice of all files owned by the GDB project.
[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.038219 seconds and 4 git commands to generate.