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