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