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