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