blob: d951d250fb2d9957b0591ee9e8867611777713fc [file] [log] [blame]
/* { dg-do compile } */
mandel(double _Complex C)
{
int py;
C = (__extension__ 1.0iF) * (double)py;
return cabs(C); /* { dg-warning "incompatible" } */
}