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