(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
20051207-1.c
       1  /* PR target/25268 */
       2  
       3  long long
       4  foo (long long x, int y)
       5  {
       6    return x << ((y + 1) & 63);
       7  }