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