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