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