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