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