gonix
/
tests
/
functional2
/
lang
/
arithmetic
/
in-overflowing-sub.nix
1
2
3
4
let
a
=
-9223372036854775807
;
b
=
2
;
in
a
-
b