mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 12:40:06 +00:00
8 lines
88 B
C++
8 lines
88 B
C++
int main(int, char*[])
|
|
{
|
|
int i;
|
|
for(int i=0; i < 1; ++i);
|
|
(void)i;
|
|
return 0;
|
|
}
|