tcl global directive outside proc body does nothing (ld)
[deliverable/binutils-gdb.git] / ld / testsuite / ld-ifunc / test-1.c
1 extern int library_func2 (void);
2 int (*fn) (void) = library_func2;
3 int main (void) { fn (); return 0; }
This page took 0.030289 seconds and 4 git commands to generate.