2009-07-17 Richard Guenther <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / torture / pr27773.c
blobe30e540ff92bd651aeaf3ec2c4b80d73cf2d19f6
1 /* { dg-do compile } */
3 _Complex float f(_Complex float a, float b)
5 return a - a*b;