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