mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
13 lines
211 B
Plaintext
13 lines
211 B
Plaintext
|
Warning: CHC: Assertion violation happens here.
|
||
|
Counterexample:
|
||
|
|
||
|
x = 0
|
||
|
|
||
|
Transaction trace:
|
||
|
test.constructor()
|
||
|
test.f(0)
|
||
|
--> model_checker_solvers_all/input.sol:5:3:
|
||
|
|
|
||
|
5 | assert(x > 0);
|
||
|
| ^^^^^^^^^^^^^
|