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