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