Home | History | Annotate | Download | only in ld-elf
      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 }
      9