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