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