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