Remove perror from ld_assemble, ld_compile and ld_nm
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / needed1c.c
1 extern void foo (void);
2 extern void bar (void);
3
4 int
5 main ()
6 {
7 foo ();
8 bar ();
9 return 0;
10 }
This page took 0.02957 seconds and 4 git commands to generate.