summaryrefslogtreecommitdiff
path: root/patches/patches/12_while2.patch
blob: 29ae76330e68dbe50ff73041f1c9df8bf5a45497 (plain)
1
2
3
4
28c28
<     while (n < 1000) : ??? {
---
>     while (n < 1000) : (n *= 2) {