blob: ac20c05674dd85a5c4e1ed25aaa2e05989742a66 [file] [log] [blame]
main ()
{
int i;
for (i = 1000000; --i;)
;
}