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