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