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