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