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