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

5 lines
102 B
Plaintext

fn void test()
{
float x = 0x7FFFFFFFFFFF.0p+40000; // #error: The float value is out of range.
}