(root)/
gcc-13.2.0/
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  }