run_dump_test replace PROG with DUMPPROG in gas and ld
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / needed2c.c
1 extern void dumpme (void);
2 int main (void)
3 {
4 dumpme();
5 return 0;
6 }
This page took 0.028944 seconds and 4 git commands to generate.