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