Retro68/binutils/ld/testsuite/ld-scripts/cross3.c
2012-03-26 21:18:29 +02:00

8 lines
39 B
C

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