binutils-gdb/ld/testsuite/ld-x86-64/pr22001-1a.c

14 lines
91 B
C

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