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