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