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