ref: 9cd6941cb091231cf2931cad0df63c75b27febab dir: /test/voidcall.myr/
const f = { var a a = a + 1 } const main = { f() -> 12 }