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