(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr97979.c
       1  /* PR tree-optimization/97979 */
       2  
       3  int
       4  foo (int x)
       5  {
       6    return (x & 0x123) << -3;
       7  }