Retro68/binutils/ld/testsuite/ld-elf/needed3.c
2015-08-28 17:32:19 +02:00

9 lines
63 B
C

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