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