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