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