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