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