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