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