1 /* Testcase for PR c/1501. */
2 double __complex__
f(void)3 f (void)
4 {
5   return ~(1.0 + 2.0i);
6 }
7