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