https://github.com/Kitware/CMake
Raw File
Tip revision: 9a64e11474dfcf58c388e270731f19f3414c46fa authored by Bill Hoffman on 18 April 2006, 20:40:40 UTC
ENH: make cpack names match old cmake release process
Tip revision: 9a64e11
TestForAnsiForScope.cxx
int main(int, char*[])
{ 
  int i;
  for(int i=0; i < 1; ++i);
  (void)i;
  return 0;
}
back to top