2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / compile / 20001222-1.c
blobde97eeef70e020d021db02604548eeaffc0a2cf8
1 /* Testcase for PR c/1501. */
2 double __complex__
3 f (void)
5 return ~(1.0 + 2.0i);