Update year range in copyright notice of all files owned by the GDB project.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / plt-main2.c
1 extern int foo(void);
2 typedef int (*func_p) (void);
3 func_p foo_ptr = foo;
This page took 0.059358 seconds and 4 git commands to generate.