Fix implib test failures
[deliverable/binutils-gdb.git] / ld / testsuite / ld-elf / pr13250-1.c
CommitLineData
3e0882af
L
1int common1[8];
2void
3foo ()
4{
5 int i;
6 for (i = 0; i < sizeof (common1)/ sizeof (common1[0]); i++)
7 common1[i] = -1;
8}
This page took 0.331983 seconds and 4 git commands to generate.