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