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