(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
920729-1.c
       1  extern volatile int i;
       2  f(){int j;for(;;)j = i;}