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