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