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