1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00
nix/tests/functional/lang/eval-fail-overflowing-add.err.exp
2025-01-24 18:53:42 +01:00

6 lines
188 B
Text

error: integer overflow in adding 9223372036854775807 + 1
at /pwd/lang/eval-fail-overflowing-add.nix:5:5:
4| in
5| a + b
| ^
6|