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