ref: 948799fdb2b9120a1b64f48e8f3fd33193632e96 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()) }