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