solidity/test/cmdlineTests/model_checker_targets_overflow_bmc/err

13 lines
270 B
Plaintext
Raw Normal View History

Warning: BMC: Overflow (resulting value larger than 2**256 - 1) happens here.
2021-03-31 15:31:23 +00:00
--> model_checker_targets_overflow_bmc/input.sol:8:3:
|
2021-03-31 15:31:23 +00:00
8 | x + type(uint).max;
| ^^^^^^^^^^^^^^^^^^
Note: Counterexample:
<result> = 2**256
a = 0
x = 1
Note: Callstack:
Note: