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