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