17 lines
424 B
Plaintext
17 lines
424 B
Plaintext
error:
|
|
… while calling the 'mul' builtin
|
|
at /pwd/in.nix:3:10:
|
|
2| a = 4294967297;
|
|
3| in a * a * a
|
|
| ^
|
|
4|
|
|
|
|
… while calling the 'mul' builtin
|
|
at /pwd/in.nix:3:6:
|
|
2| a = 4294967297;
|
|
3| in a * a * a
|
|
| ^
|
|
4|
|
|
|
|
error: integer overflow in multiplying 4294967297 * 4294967297
|