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