mirror of
https://github.com/nArnoSNES/tcc-65816.git
synced 2025-02-22 02:28:59 +00:00
10 lines
135 B
C
10 lines
135 B
C
|
main ()
|
||
|
{
|
||
|
if ((__complex__ double) 0.0 != (__complex__ double) (-0.0))
|
||
|
abort ();
|
||
|
|
||
|
if (0.0 != -0.0)
|
||
|
abort ();
|
||
|
exit (0);
|
||
|
}
|