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