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