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