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