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