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

     1  int a, b, c, d;
     2  
     3  int foo (int x, int y)
     4  {
     5    return y == 0 ? x : 1 % y;
     6  }
     7  
     8  int main ()
     9  {
    10    c = 0 || a;
    11  
    12    for (;;)
    13      b = foo (d, c) && 1;
    14  
    15    return 0;
    16  }