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