modernc.org/ccgo/v3@v3.16.14/lib/testdata/gcc-9.1.0/gcc/testsuite/gcc.c-torture/compile/pr84860.c (about)

     1  /* PR target/84860 */
     2  
     3  void
     4  foo (int x, int y)
     5  {
     6    while (x < 1)
     7      {
     8        x = y;
     9        y = ((float)1 / 0) ? 2 : 0;
    10      }
    11  }