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

     1  int
     2  foo (x, c)
     3       int x;
     4  {
     5    return x >> 24 & 0xff;
     6  }
     7  
     8  bar (x)
     9  {
    10    return (int)(x & 0xfffff) << 13;
    11  }