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