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