* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-elf / pr13250-2.c
blobaf8268bda9ceb06ead88ced5b28b87c5cc7b53cc
1 extern int common1[8];
3 extern void foo ();
5 int
6 bar ()
8 foo ();
9 return common1[4];