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