blob: 6f977957f3be039472abcf3c76241a57fc45679d [file] [log] [blame]
extern volatile int i;
void f(void){int j;for(;;)j = i;}