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