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