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