mirror of
https://github.com/nArnoSNES/tcc-65816.git
synced 2025-02-20 04:28:56 +00:00
10 lines
82 B
C
10 lines
82 B
C
double x = 0x1.fp1;
|
|
int main()
|
|
{
|
|
if (x != 3.875)
|
|
abort ();
|
|
exit (0);
|
|
}
|
|
|
|
|