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