3 // Origin: pepeaty@yahoo.com
5 // PR c++/10230: ICE while determining if refered non-static member
6 // is from a base type of the current class.
12 int a; // { dg-error "object missing" }
18 void f(void) { sizeof(A::B::a); } // { dg-error "this location" }