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