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