You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
212 B
5 lines
212 B
7 months ago
|
// Out of 32-bit signed integer range, switch to double in all modes. Length
|
||
|
// the same as INT_MIN in base 10 and digit less than INT_MIN's last digit in
|
||
|
// order to catch a bug in the parsing code.
|
||
|
-2200000001
|