eb111.C   [plain text]


// { dg-do run  }
  int main() {
      for(int i=1; i < 9; i++);
      for(int i=1; i < 9; i++);

      return 0;
      }