Retro68/binutils/ld/testsuite/ld-ifunc/test-2.c

4 lines
136 B
C
Raw Normal View History

2012-03-26 19:18:29 +00:00
extern int library_func2 (void);
int foo (void) { library_func2 (); return 0; }
__asm__(".type library_func2, %gnu_indirect_function");