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