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