1 extern volatile int i;
f()2 f(){int j;for(;;)j = i;}
3