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