mirror of
https://github.com/neovim/neovim.git
synced 2026-01-20 04:01:15 +10:00
In order to generate INT64_MIN from literal values, it's necessary to use "-0x7fffffffffffffff - 1". Using "-0x8000000000000000" causes the value to get clamped to INT64_MAX and then negated.
30 KiB
30 KiB