blob: d61407e321d49e4c572bffb09ec17db4cd93f281 [file] [log] [blame]
main ()
{
int i;
for (i = 5000000; i >=0; i--)
{
}
}