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