ref: 0f79e7dd998f35f84ce794cc5adeaad683ac0022 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()) }