Currently, all tests are relative to `./tests/functional` instead of `./tests/functional/lang`. Whether this is a historical artefact or as intended, the current move is to align the tests with the new design of functional2, preparing them for an easier migration. Change-Id: Ie394691b071488a8000a005080b9167786d5bd9a
17 lines
470 B
Plaintext
17 lines
470 B
Plaintext
error:
|
|
… while calling the 'mul' builtin
|
|
at /pwd/eval-fail-overflowing-mul.nix:3:10:
|
|
2| a = 4294967297;
|
|
3| in a * a * a
|
|
| ^
|
|
4|
|
|
|
|
… while calling the 'mul' builtin
|
|
at /pwd/eval-fail-overflowing-mul.nix:3:6:
|
|
2| a = 4294967297;
|
|
3| in a * a * a
|
|
| ^
|
|
4|
|
|
|
|
error: integer overflow in multiplying 4294967297 * 4294967297
|