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