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