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