extern volatile int i; void f(void){int j;for(;;)j = i;}