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