modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/pr48136.c (about)

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