blob: 401ca0a04794767395ddac1debf0fec042c8a920 [file] [log] [blame]
/* APPLE LOCAL file 6322334 */
/* Radar 6322334 */
class A {
void foo(const char* basename);
};
void A::foo(const char* basename) {
class B {
friend class C;
static void WaitForSinks(C:: /* { dg-error "has not been declared" } */
D* data); /* { dg-error "expected" } */
};
}