* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-elfweak / foo1a.c
bloba653020c75489b86bd4e0142edc2f0eb19d6f569
1 int deallocate_foo = 0;
3 int *
4 foo ()
6 return &deallocate_foo;