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