TestForAnsiForScope.cxx 79 B

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