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