* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-elf / pr11138-1.c
blob2aab815d75cbe955202405de5820169a2ff02980
1 #include <stdio.h>
3 void
4 bar (void)
6 printf ("DSO bar\n");
9 void
10 foo (void)
12 bar ();