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