(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.c-torture/
compile/
pr53418-1.c
       1  void
       2  f (void)
       3  {
       4    int i = (0 ? 1 : 0U / 0);
       5  }