20001222-1.c   [plain text]


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