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