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