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