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