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