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