mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
4 lines
173 B
Plaintext
4 lines
173 B
Plaintext
func void test()
|
|
{
|
|
float x = 0x7FFFFFFFFFFF.0p+400; // #error: The value '3.63419e+134' is out of range for 'float', so you need an explicit cast to truncate the value
|
|
} |