(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr108639.c
       1  /* PR tree-optimization/108639 */
       2  
       3  long long a;
       4  
       5  int
       6  main ()
       7  {
       8    a = a ? 0 || 0 % 0 : 0;
       9    a = a << a;
      10    return 0;
      11  }