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