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