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