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