ref: 80f1e8ed2ff1a49b39ad424f388f10d434766e43 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()) }