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