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