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