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