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