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