solidity/test/cmdlineTests/model_checker_engine_chc/err
2020-10-16 15:01:47 +01:00

14 lines
207 B
Plaintext

Warning: CHC: Assertion violation happens here.
--> model_checker_engine_chc/input.sol:6:3:
|
6 | assert(x > 0);
| ^^^^^^^^^^^^^
Note: Counterexample:
x = 0
Transaction trace:
constructor()
f(0)