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