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