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