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