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