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