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