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