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