objcopy --extract-symbol testcase
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / needed1a.c
1 extern void bar (void);
2
3 void
4 foo (void)
5 {
6 bar ();
7 }
This page took 0.028684 seconds and 4 git commands to generate.