struct T {
  T ();
};

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


syntax highlighted by Code2HTML, v. 0.9.1