# v0.7.1 §6 confirms that the grammar disallows non-tail effectful expressions
# as bare statements — only `let`, `commit`, and `assert` may appear as
# statements. Verify the parser rejects it.
bynk.parse.expected_token
expected `}` to close the block, found integer literal
