Remove perror from ld_assemble, ld_compile and ld_nm
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr22269-1.c
CommitLineData
f3012016
L
1extern int foo __attribute ((weak));
2
3int
4_start (void)
5{
6 if (&foo)
7 return foo;
49c16254 8 return 0;
f3012016 9}
This page took 0.258509 seconds and 4 git commands to generate.