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