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