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