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