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