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