ref: 00229a47401ab6d6e5cef9e1c483a3b90a557fe1 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()) }