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