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