2 // { dg-do compile { target c++11 } }
10 if (i != *__for_begin // { dg-error "was not declared in this scope" }
11 || &i == __for_end // { dg-error "was not declared in this scope" }
12 || &__for_range[0] != &a[0]) // { dg-error "was not declared in this scope" }
21 if (i != *__for_begin // { dg-error "was not declared in this scope" }
22 || &i == __for_end // { dg-error "was not declared in this scope" }
23 || &__for_range[0] != &a[0]) // { dg-error "was not declared in this scope" }