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

     1  /* PR middle-end/39886 */
     2  
     3  int foo (int);
     4  
     5  volatile unsigned char g;
     6  
     7  void bar (int p)
     8  {
     9    char l = 0xE1;
    10    func ((foo ((p & g) <= l), 1));
    11  }
    12