PR ld/22909 amendment; don't xfail ld-elf/pr19539.d for cris*-*-*.
[deliverable/binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr22001-1a.c
CommitLineData
7073b5b9
L
1int copy = 1;
2
3int
4get_copy ()
5{
6 return copy;
7}
8
9int *
10get_copy_p ()
11{
12 return ©
13}
This page took 0.158894 seconds and 4 git commands to generate.