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