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