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