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