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