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