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