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