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