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