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