fw4spl
TestForAnsiForScope.cxx
1 int main(int, char*[])
2 {
3  int i;
4  for(int i=0; i < 1; ++i);
5  (void)i;
6  return 0;
7 }