2021-10-06 09:53:14 +00:00
|
|
|
Warning: Return value of low-level calls not used.
|
|
|
|
--> model_checker_invariants_reentrancy/input.sol:6:3:
|
|
|
|
|
|
|
|
|
6 | _a.call("");
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
2023-02-09 16:07:13 +00:00
|
|
|
Info: CHC: 1 verification condition(s) proved safe! Enable the model checker option "show proved safe" to see all of them.
|
|
|
|
|
2021-10-06 09:53:14 +00:00
|
|
|
Info: Reentrancy property(ies) for model_checker_invariants_reentrancy/input.sol:test:
|
2022-11-23 16:38:50 +00:00
|
|
|
(((!(x <= 0) || !(x' >= 1)) && (!(x <= 0) || !(<errorCode> >= 1))) || true)
|
2021-10-06 09:53:14 +00:00
|
|
|
<errorCode> = 0 -> no errors
|
|
|
|
<errorCode> = 1 -> Assertion failed at assert(x < 10)
|