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