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