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