2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / unsorted / shloop.c
blobf4c9366394af46b259859409619eaf0ee3ce4ecc
1 main ()
3 int volatile p;
4 int i;
5 for (i = 10000000; i > 0; i--)
6 p = i >> 10;