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