run_dump_test replace PROG with DUMPPROG in gas and ld
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / needed3.c
CommitLineData
1240be6b
AM
1extern void foo (void);
2
3int
4main ()
5{
6 foo ();
7 return 0;
8}
This page took 0.240352 seconds and 4 git commands to generate.