1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
|