tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / test-2.c
1 extern int library_func2 (void);
2 int foo (void) { library_func2 (); return 0; }
3 __asm__(".type library_func2, %gnu_indirect_function");
This page took 0.034897 seconds and 4 git commands to generate.