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