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