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