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