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