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