ref: 3ccf3f0a5e3c33e3722a9ea29134ea5a7dacf041 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()) }