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