blob: f4c9366394af46b259859409619eaf0ee3ce4ecc [file] [log] [blame]
main ()
{
int volatile p;
int i;
for (i = 10000000; i > 0; i--)
p = i >> 10;
}