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