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