modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/20051207-1.c (about) 1 /* PR target/25268 */ 2 3 long long 4 foo (long long x, int y) 5 { 6 return x << ((y + 1) & 63); 7 }