Retro68/binutils/ld/testsuite/ld-x86-64/simple.c

6 lines
36 B
C

int
foo (int x)
{
return x * 4;
}