(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr105247.c
       1  /* PR target/105247 */
       2  
       3  int a;
       4  
       5  void
       6  foo (void)
       7  {
       8    int y = -8;
       9    a = 1 << y;
      10  }