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