2001-09-11 H.J. Lu <hjl@gnu.org>
[external/binutils.git] / ld / testsuite / ld-elfweak / bar1a.c
1 #pragma weak deallocate_foo
2
3 int deallocate_foo = 1;
4
5 int *
6 bar()
7 {
8   return &deallocate_foo;
9 }