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