blob: 7e22681d98b55b93e82753e73b0f378840b92e5c [file] [log] [blame]
main ()
{
int i;
for (i = 3000000; --i;)
{
}
}