1 2 3 4 5 6 7 8
int main (void) { int volatile p; int i; for (i = 10000000; i > 0; i--) p = i >> 10; }