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