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