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