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