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