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