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