ref: 644e4fd2b841d47dc914c614501ef0e01674f267 dir: /test/closure.myr/
const main = { var a = 42 var f = {b -> a + b } -> f(13) }