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