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