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