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