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

13 lines
91 B
C

int copy = 1;
int
get_copy ()
{
return copy;
}
int *
get_copy_p ()
{
return ©
}