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