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