ref: a2653e75140890d3b29c1ff9f3abc2c281bda1d7 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()) }