blob: 90ebf5bf7b8a7d4c80e23f31947fd1c0e1294fa1 [file] [log] [blame]
// { dg-do assemble }
struct A {
friend struct B : A { // { dg-error "" } cannot define a type in a friend declaration
int x;
};
int y;
};