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