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