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