modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/920410-2.c (about)

     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  }