Files
c3c/test/test_suite/floats/explicit_float_truncation_needed.c3
2021-11-16 17:46:44 +01:00

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'
}