Projet_SETI_RISC-V/riscv-gnu-toolchain/binutils/gdb/testsuite/gdb.base/foo.c
2023-03-06 14:48:14 +01:00

9 lines
103 B
C

static int foox = 'f' + 'o' + 'o';
int foo (int x)
{
if (x)
return foox;
else
return 0;
}