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