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