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