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