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

     1  int
     2  bar (int i)
     3  {
     4    return 1 | ((i * 2) & 254);
     5  }