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