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