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