blob: f2ec7607722d5b71940d57151ddb60d51a7fabf6 [file] [log] [blame]
int main(int, char*[])
{
int i;
for(int i=0; i < 1; ++i);
(void)i;
return 0;
}