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