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