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