mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
7 lines
200 B
Text
7 lines
200 B
Text
|
error: integer overflow in adding 9223372036854775807 + 1
|
||
|
at /pwd/lang/eval-fail-overflowing-add.nix:4:8:
|
||
|
3| b = 1;
|
||
|
4| in a + b
|
||
|
| ^
|
||
|
5|
|