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