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