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