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