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