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