modernc.org/cc@v1.0.1/testdata/gcc-6.3.0/gcc/testsuite/gcc.c-torture/compile/bitw.c (about)

     1  foo (a)
     2       unsigned a;
     3  {
     4    unsigned b = 0;
     5  
     6    if ((a & 12345678) > b)
     7      return 1;
     8    return 0;
     9  }