solidity/test/cmdlineTests/model_checker_targets_assert_bmc/err

12 lines
213 B
Plaintext
Raw Normal View History

Warning: BMC: Assertion violation happens here.
2021-03-31 15:31:23 +00:00
--> model_checker_targets_assert_bmc/input.sol:11:3:
|
2021-03-31 15:31:23 +00:00
11 | assert(x > 0);
| ^^^^^^^^^^^^^
Note: Counterexample:
a = 0
x = 0
Note: Callstack:
Note: