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

8 lines
39 B
C
Raw Normal View History

1999-05-03 09:29:11 +02:00
int i = 4;
int
foo ()
{
return i;
}