binutils-gdb/ld/testsuite/ld-scripts/cross1.c

7 lines
52 B
C
Raw Normal View History

1999-05-03 09:29:11 +02:00
extern int foo ();
int
func ()
{
return foo ();
}