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