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