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