mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
13 lines
270 B
Plaintext
13 lines
270 B
Plaintext
Warning: BMC: Overflow (resulting value larger than 2**256 - 1) happens here.
|
|
--> model_checker_targets_overflow_bmc/input.sol:9:3:
|
|
|
|
|
9 | x + type(uint).max;
|
|
| ^^^^^^^^^^^^^^^^^^
|
|
Note: Counterexample:
|
|
<result> = 2**256
|
|
a = 0
|
|
x = 1
|
|
|
|
Note: Callstack:
|
|
Note:
|