aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-i386/pr22001-1a.c
blob: 2b55ea8efbf0c5c91c2c96926907d4f2061c7dff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
int copy = 1;

int
get_copy ()
{
  return copy;
}

int *
get_copy_p ()
{
  return ©
}