* Makefile.am (eelf32ppcwindiss.c): Correct dependencies.
[binutils.git] / ld / testsuite / ld-elfweak / bar1b.c
blobbab68ab2323fdc5b757982a96dadc4c0e3fb64d5
1 int deallocate_foo = 0;
3 int *
4 bar()
6 return &deallocate_foo;