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