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