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