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