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