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