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