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