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