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