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