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