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