old-cross-binutils/ld/testsuite/ld-scripts/cross1.c
1999-05-03 07:29:11 +00:00

6 lines
52 B
C

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