* ld-sh/sub2l-1.d, ld-sh/shared-1.d, ld-sh/weak1.d: Only run on
[binutils-gdb.git] / ld / testsuite / ld-elfweak / bar1c.c
1 int deallocate_foo;
2
3 int *
4 bar()
5 {
6 return &deallocate_foo;
7 }