Files
lix/tests/functional2/lang/arithmetic/eval-fail-overflowing-add.err.exp
T
piegames fe7a8d5e67 tests/functional2/lang: Migrate arithmetic tests
Change-Id: I73259875debc053dca46fe34f9f8d10b8486fa4f
2025-09-18 23:38:46 +02:00

7 lines
172 B
Plaintext

error: integer overflow in adding 9223372036854775807 + 1
at /pwd/in.nix:4:8:
3| b = 1;
4| in a + b
| ^
5|