rt_gccstream/gcc/testsuite/gcc.c-torture/compile/920729-1.c

3 lines
48 B
C

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