modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.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 }