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