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