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