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