1 2 3 4 5 6 7 8 9
// { dg-do compile } struct S { void foo() { for (_ptr; ;) {} // { dg-error "not declared" } _ptr = 0; } };