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