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