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