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