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