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