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