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