mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
4 lines
119 B
C
4 lines
119 B
C
fn void test()
|
|
{
|
|
float x = 0x7FFFFFFFFFFF.0p+400; // #error: The value '3.63419e+134' is out of range for 'float'
|
|
} |