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