Files
lix/tests/functional2/lang/arithmetic/in-overflowing-sub.nix
T
piegames fe7a8d5e67 tests/functional2/lang: Migrate arithmetic tests
Change-Id: I73259875debc053dca46fe34f9f8d10b8486fa4f
2025-09-18 23:38:46 +02:00

5 lines
50 B
Nix

let
a = -9223372036854775807;
b = 2;
in a - b