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