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