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