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