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