blob: 1fed957a041ff33658e6d7671782cbdc3baac5af [file] [log] [blame]
// { dg-do compile }
struct S {
void foo() {
for (_ptr; ;) {} // { dg-error "not declared" }
_ptr = 0;
}
};