mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
8d91ccf028
available at compile time is trusted.
15 lines
273 B
Plaintext
15 lines
273 B
Plaintext
Warning: CHC: Assertion violation happens here.
|
|
Counterexample:
|
|
|
|
e = 0
|
|
x = 1
|
|
|
|
Transaction trace:
|
|
test.constructor()
|
|
test.g(0)
|
|
e.f() -- untrusted external call
|
|
--> model_checker_ext_calls_untrusted_chc/input.sol:11:3:
|
|
|
|
|
11 | assert(x == 0);
|
|
| ^^^^^^^^^^^^^^
|