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