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