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