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