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