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