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

8 lines
39 B
C
Raw Normal View History

2012-03-26 19:18:29 +00:00
int i = 4;
int
foo ()
{
return i;
}