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