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