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