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