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