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