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