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