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