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