1 /* PR target/25268 */
2 
3 long long
foo(long long x,int y)4 foo (long long x, int y)
5 {
6   return x << ((y + 1) & 63);
7 }
8