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