Retro68/binutils/ld/testsuite/ld-i386/pr22001-1a.c
2018-12-28 16:25:28 +01:00

14 lines
91 B
C

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