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