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

4 lines
35 B
Nix

let
a = 4294967297;
in a * a * a