modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.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  }