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