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