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