tcc-65816/test/tests/991030-1.c
2017-06-09 13:52:12 +02:00

10 lines
82 B
C

double x = 0x1.fp1;
int main()
{
if (x != 3.875)
abort ();
exit (0);
}