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