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