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