https://github.com/Kitware/CMake
Raw File
Tip revision: 612409e5b01a7e4823bb379ee9e002177793eb75 authored by Brad King on 13 November 2009, 14:07:10 UTC
CMake 2.8.0
Tip revision: 612409e
TestForAnsiForScope.cxx
int main(int, char*[])
{ 
  int i;
  for(int i=0; i < 1; ++i);
  (void)i;
  return 0;
}
back to top