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