binutils-gdb/ld/testsuite/ld-elf/pr13250-1.c

9 lines
124 B
C

int common1[8];
void
foo ()
{
int i;
for (i = 0; i < sizeof (common1)/ sizeof (common1[0]); i++)
common1[i] = -1;
}