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