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