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