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