blob: 66a3a03f885a853e94778c3ede95d18bc5282336 (
plain)
1
2
3
4
5
6
7
8
9
|
error:
… while calling the 'sub' builtin
at /pwd/lang/eval-fail-overflowing-sub.nix:4:6:
3| b = 2;
4| in a - b
| ^
5|
error: integer overflow in subtracting -9223372036854775807 - 2
|