8sa1-gcc/gcc/testsuite/gcc.c-torture/execute/complex-4.c

10 lines
135 B
C
Raw Normal View History

1997-08-19 03:34:40 -04:00
main ()
{
if ((__complex__ double) 0.0 != (__complex__ double) (-0.0))
abort ();
if (0.0 != -0.0)
abort ();
exit (0);
}