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