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