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