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