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