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