ref: e255cf8c55c5d2f7fda955b1edcc6e721edd021a dir: /test/nestfn.myr/
use std /* checks that nested functions without environment capture work. should * exit with 42. */ const main = { const ret42 = { -> 42 } -> ret42() }