modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/pr61222-2.c (about)

     1  int a, b, d;
     2  int main (void)
     3  {
     4    int c = a && 1;
     5    d = 1 << (((c | (b - 842)) << 1) + 1);
     6    return 0;
     7  }