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