modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/lop.c (about) 1 lop (a) 2 { 3 do 4 a--; 5 while (a >= -1); 6 }