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