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