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