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