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