For example, examples/SumOverStructMember.sol gives
> Error while running compiler, details:
> Warning: This is a pre-release compiler version, please do not use it in production.
>
>
> ======= Converting to Boogie IVL =======
>
> ======= test/solc-verify/examples/SumOverStructMember.sol =======
> Annotation:1:74: solc-verify error: Undeclared identifier. "this" is not (or not yet) visible at this point.
> __verifier_sum_uint(accounts[__verifier_idx_address].balance) <= address(this).balance
> ^--^
> test/solc-verify/examples/SumOverStructMember.sol:8:1: solc-verify error: Error(s) while translating annotation for node
> contract Bank {
> ^ (Relevant source part starts here and spans across multiple lines).
>
For example,
examples/SumOverStructMember.sol
gives