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