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