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