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