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