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

     1  void
     2  func_18 ( int t )
     3  {
     4    unsigned l_889;
     5    int l_895 = 1;
     6    for (0; 1; ++l_889)
     7      {
     8        int t1 = 0;
     9        if (func_81 (1))
    10          {
    11            int rhs = l_895;
    12            if (rhs == 0)
    13              rhs = 1;
    14            if (1 & (t % rhs))
    15              t1 = 1;
    16          }
    17        func_98 (t1);
    18        l_895 = 0;
    19      }
    20  }
    21