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