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