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