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