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