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