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