Remove perror from ld_assemble, ld_compile and ld_nm
[binutils-gdb.git] / ld / testsuite / ld-x86-64 / pr22064b.c
1 int foo[2];
2 int bar[2] = { -1, -1 };
3
4 int *
5 foo_p (void)
6 {
7 return foo;
8 }
9
10 int *
11 bar_p (void)
12 {
13 return bar;
14 }