ref: 89e3217a0a604f94c68b9993a72166f6aede0b47 dir: /test/nestfn.myr/
/* checks that nested functions without environment capture work. should * exit with 42. */ const main = { const ret42 = { -> 42 } -> ret42() }