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