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