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