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