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