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