modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/gronk.c (about) 1 test_opt (a, b) 2 unsigned a, b; 3 { 4 a = a / b; 5 if (a == 0) 6 a++; 7 return a; 8 }