ref: d97dcac9b2b1e2526d897c508bb37c82e32517cd dir: /test/loop.myr/
const main = { var i var n n = 0 for i = 0; i < 10; ++i n += i ;; -> n }