* elf32-spu.c (build_stub): Fix malloc under-allocation.
[binutils.git] / ld / testsuite / ld-elf / pr13250-1.c
blobe43ebe091536c79a4b9ed6d579ba9151f88f4021
1 int common1[8];
2 void
3 foo ()
5 int i;
6 for (i = 0; i < sizeof (common1)/ sizeof (common1[0]); i++)
7 common1[i] = -1;