1 /* PR optimization/6177
2 This testcase ICEd because expr.c did not expect to see a CONCAT
5 extern void abort (void);
6 extern void exit (int);
8 __complex__
float foo (void)
10 __complex__
float f
[1];
13 f
[0] = __builtin_conjf (f
[0]);
19 __complex__
double d
[1];
21 if (__real__ d
[0] != 1.0
22 || __imag__ d
[0] != -1.0)