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