ref: 92dac618202997d1080597b377795f9cbba82742 dir: /test/incret.myr/
use std var i = 0 const f = { -> i++ } const main = { f() std.exit(i) }