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