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