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