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