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