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