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