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

7 lines
52 B
C
Raw Normal View History

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