Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / gcc.c-torture / execute / complex-4.c
blob1c458d21fba9b992c67434e2b8f70fa19aaf7473
1 main ()
3 if ((__complex__ double) 0.0 != (__complex__ double) (-0.0))
4 abort ();
6 if (0.0 != -0.0)
7 abort ();
8 exit (0);