(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
const.c
       1  main (a)
       2  {
       3    return a + (~0 - 240);
       4  }