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