blob: aa2dbb2849d251bed5bb19da0551a9a6f4f17413 (
plain) (
blame)
1
2
3
4
|
// Out of 64-bit integer range, switch to double in all modes. Length the same
// as ULONG_MAX in base 10 and digit less than ULONG_MAX's last digit in order
// to catch a bug in the parsing code.
.=1.9e+19
|