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