@ -11376,6 +11376,7 @@ Use a range-`for`:
void f3()
{
int arr[COUNT];
int i = 0;
for (auto& e : arr)
e = i++;
}