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