blob: 6743319d109bd5b8f36d44cd7b7c2abd6338e315 [file] [log] [blame]
/* { dg-do compile } */
_Complex float f (_Complex float b, _Complex float c)
{
_Complex float a = 1.0 + 0.0i;
return a / c;
}