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