(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
pr26717.c
       1  /* { dg-do compile } */
       2  /* { dg-options "-O -ffast-math" } */
       3  _Complex float f (_Complex float a)
       4  {
       5    _Complex float b = a / a;
       6    return b;
       7  }