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