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