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