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