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