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