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