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