(root)/
binutils-2.41/
ld/
testsuite/
ld-elf/
pr13250-1.c
       1  int common1[8];
       2  void
       3  foo ()
       4  {
       5    int i;
       6    for (i = 0; i < sizeof (common1)/ sizeof (common1[0]); i++)
       7      common1[i] = -1;
       8  }