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