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