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