solidity/test/cmdlineTests/model_checker_targets_assert_bmc/err

12 lines
213 B
Plaintext

Warning: BMC: Assertion violation happens here.
--> model_checker_targets_assert_bmc/input.sol:12:3:
|
12 | assert(x > 0);
| ^^^^^^^^^^^^^
Note: Counterexample:
a = 0
x = 0
Note: Callstack:
Note: