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