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