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