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