CMake/Modules/TestForAnsiForScope.cxx

8 lines
87 B
C++

int main(int, char*[])
{
int i;
for(int i=0; i < 1; ++i);
(void)i;
return 0;
}