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