Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-x86-64/simple.c
2023-03-06 14:48:14 +01:00

5 lines
36 B
C

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