aboutsummaryrefslogtreecommitdiff
path: root/tests/functional/lang/eval-fail-overflowing-mul.err.exp
blob: f42b39d4db9c5b619efbd9838643be7f3bbf75d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
error:
       … while calling the 'mul' builtin
         at /pwd/lang/eval-fail-overflowing-mul.nix:3:10:
            2|   a = 4294967297;
            3| in a * a * a
             |          ^
            4|

       … while calling the 'mul' builtin
         at /pwd/lang/eval-fail-overflowing-mul.nix:3:6:
            2|   a = 4294967297;
            3| in a * a * a
             |      ^
            4|

       error: integer overflow in multiplying 4294967297 * 4294967297