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