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