Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr35227.c
blobd951d250fb2d9957b0591ee9e8867611777713fc
1 /* { dg-do compile } */
3 mandel(double _Complex C)
5 int py;
6 C = (__extension__ 1.0iF) * (double)py;
7 return cabs(C); /* { dg-warning "incompatible" } */