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