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