Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/ld/testsuite/ld-scripts/cross3.c

8 lines
39 B
C

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