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