Retro68/binutils/ld/testsuite/ld-scripts/cross1.c
2012-03-26 21:18:29 +02:00

7 lines
52 B
C

extern int foo ();
int
func ()
{
return foo ();
}