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