blob: 77581ac7285462ba59ed4ef5392c8ecbde8fcb79 [file] [log] [blame]
/* PR middle-end/48136 */
int
foo (int x, int y)
{
return (x ^ 5U) == (y ^ 1);
}