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