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