binutils-gdb/ld/testsuite/ld-scripts/cross3.c
1996-08-01 18:33:47 +00:00

8 lines
39 B
C

int i = 4;
int
foo ()
{
return i;
}