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