mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-19 07:13:40 +08:00
4 lines
136 B
C
4 lines
136 B
C
|
extern int library_func2 (void);
|
||
|
int foo (void) { library_func2 (); return 0; }
|
||
|
__asm__(".type library_func2, %gnu_indirect_function");
|