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