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