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