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