binutils-gdb/ld/testsuite/ld-elf/needed3.c

9 lines
63 B
C

extern void foo (void);
int
main ()
{
foo ();
return 0;
}