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