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