ref: 2f53fe1fb0d524696058f1d15a58fdcf5fc2203a 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()) }