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