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