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