blob: 027f2ae959515a6819290df669444ea2b9d16b8b [file] [log] [blame]
// Build don't link:
struct A {
friend struct B : A { // ERROR -
int x;
};
int y;
};