rt_gccstream/gcc/testsuite/gcc.c-torture/compile/20001222-1.c

7 lines
86 B
C

/* Testcase for PR c/1501. */
double __complex__
f (void)
{
return ~(1.0 + 2.0i);
}