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