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