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