Revision 1bb8bec5c16cfeb35bea58e621e1bdf4ae7ceb7b authored by Bill Hoffman on 13 July 2008, 21:55:25 UTC, committed by Bill Hoffman on 13 July 2008, 21:55:25 UTC
1 parent b7e5326
Raw File
TestForAnsiForScope.cxx
int main(int, char*[])
{ 
  int i;
  for(int i=0; i < 1; ++i);
  (void)i;
  return 0;
}
back to top