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