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