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