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