(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
920410-2.c
       1  joe()
       2  {
       3    int j;
       4  
       5    while( 1 )
       6      {
       7        for( j = 0; j < 4; j++ )
       8  	;
       9        for( j = 0; j < 4; j++ )
      10  	;
      11      }
      12  }