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