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