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