Remove perror from ld_assemble, ld_compile and ld_nm
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr19579b.c
CommitLineData
07492f66
L
1int foo[2];
2int bar[2] = { -1, -1 };
3
4int *
5foo_p (void)
6{
7 return foo;
8}
9
10int *
11bar_p (void)
12{
13 return bar;
14}
This page took 0.231492 seconds and 4 git commands to generate.