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