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