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