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