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