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