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