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