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