OSDN Git Service

PR testsuite/52641
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / compile / pr48136.c
1 /* PR middle-end/48136 */
2
3 int
4 foo (int x, int y)
5 {
6   return (x ^ 5U) == (y ^ 1);
7 }