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