ref: 0c678f7b8a8ea747663cc0e6cc18c90fdb1aa470 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()) }