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