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