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