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