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