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