array9.C   [plain text]


struct T {
  T ();
};

void f () {
  T t[2];
  for (int i = 0; i < 10; ++i);
  int i = 0;
}