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