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