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