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