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