(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.dg/
torture/
pr27773.c
       1  /* { dg-do compile } */
       2  
       3  _Complex float f(_Complex float a, float b)
       4  {
       5    return a - a*b;
       6  }