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