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