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