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