Add Visium support to ld
[binutils-gdb.git] / ld / testsuite / ld-elf / needed1a.c
1 extern void bar (void);
2
3 void
4 foo (void)
5 {
6 bar ();
7 }