Projet_SETI_RISC-V/riscv-gnu-toolchain/gdb/ld/testsuite/ld-x86-64/pr22001-1a.c

14 lines
91 B
C
Raw Normal View History

2023-03-06 14:48:14 +01:00
int copy = 1;
int
get_copy ()
{
return copy;
}
int *
get_copy_p ()
{
return ©
}