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