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