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