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