https://github.com/Kitware/CMake
Raw File
Tip revision: 63d21c1f8efeb2f2337221119c479d75bbb0b7c0 authored by David Cole on 03 November 2010, 17:38:38 UTC
CMake 2.8.3
Tip revision: 63d21c1
TestForAnsiForScope.cxx
int main(int, char*[])
{ 
  int i;
  for(int i=0; i < 1; ++i);
  (void)i;
  return 0;
}
back to top