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