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