1 /* PR middle-end/48136 */
2 
3 int
foo(int x,int y)4 foo (int x, int y)
5 {
6   return (x ^ 5U) == (y ^ 1);
7 }
8