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